String[].Copy (gb)
Function Copy ( [ Start As Integer, Length As Integer ] ) As String[]
 
Returns a deep copy of the array.
  - 
If Start is specified, all elements are copied from the array beginning at the Start position.
- 
If Length is specified, only Length elements are copied from the array beginning at the Start position.